* {
    cursor: pointer;
}

* {
    font-family: 'Noto Sans SC' !important;
    font-weight: 500;
}

p a {
    color: #fff;
}

#header .navbar-brand img {
    width: 300px;
}

#header .navbar {
    margin-bottom: 0px;
}

#navbarNavDropdown li {
    margin-left: 28px;
}

#navbarNavDropdown .navbar-nav a {
    color: #fff;
}

#navbarNavDropdown .navbar-nav .dropdown-menu {
    text-align: center;
    background-color: #1697D8;
}

#navbarNavDropdown .navbar-nav .dropdown-menu a:hover {
    background-color: #2F353D;
}


/* tarBar 开始 */

#tab .container .row {
    margin-top: 8vh;
}

#tab .oa {
    padding: 10px 20px;
    background-color: black;
}

#tab .tarBari {
    margin-right: 5px;
}

#tab .tarBar .tar-oa a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

#tab .tarBar .tar-oa img {
    width: 20px;
    margin-right: 10px;
}

#tab .tarBar .tar-oa {
    padding: 10px 20px;
    background-color: #2F353D;
}


/* tarBar 结束 */


/* new 开始 */

#new,
#tab {
    background: rgba(216, 216, 216, 0.5);
}

#new {
    padding-bottom: 8vh;
}

#new .container .new-message {
    margin-top: 8vh;
}

#new .container .new-message .gsxw a {
    font-size: 32px;
    color: #444449;
    font-weight: 500;
}

#new .container .row .new-message .title {
    top: 20%;
    color: #9897A0;
    font-size: 18px;
}

#new .container .row .new-message .more a {
    color: #CCCCCC;
    font-size: 21px;
}

#new .container .new-content {
    background-color: black;
    position: absolute;
    height: 88px;
}

#new .container .card-content {
    margin-top: 6vh;
    /* background-color: green; */
}

#new .new-textL .row {
    float: left;
    min-width: 88px;
    min-height: 88px;
    background-color: #1697D8;
}

#new .new-textL .row .new-font h5,
p {
    font-weight: 500;
    color: white;
}

#new .new-textL .row .new-font p {
    font-size: 22px;
}

#new .new-textR {
    float: right;
    width: 450px;
    height: 88px;
}

#new .new-textR p:hover {
    text-decoration: none;
    color: #1697D8;
}

#new .new-textR .text-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    margin: 10px 15px;
    font-weight: 500;
}

#new .new-textR .text-content {
    height: 44px;
    text-indent: 2em;
    overflow: hidden;
    margin: 0 15px;
    color: #626262;
    font-size: 14px;
}


/* new 结束 */


/* product-content 开始 */

#product-content {
    background: #30353D;
}

#product-content .tit img {
    width: 40px;
}

#product-content p,
h1,
span {
    color: #fff;
}

#product-content .left-box .tit span {
    font-size: 14px;
    color: #9897A0;
}

#product-content .container .left-box .tit {
    margin-top: 9vh;
    margin-bottom: 4vh;
    padding-left: 2vw;
}

#product-content .left-box .tit:after {
    display: block;
    content: "";
    height: 120px;
    width: 5px;
    background: #1697D8;
    position: absolute;
    left: 62%;
    margin-left: -62%;
    margin-top: -112px;
}

#product-content .mid-box .scjy-item,
.kyz-item {
    position: relative;
}

#product-content .right-box .iport-item,
.wlhy-item {
    position: relative;
}

#product-content .mid-box ul,
.right-box ul {
    margin-bottom: 0;
}

#product-content .mid-box img {
    object-fit: fill;
    filter: brightness(0.5);
}

#product-content .right-box img {
    object-fit: fill;
    filter: brightness(0.5);
}

#product-content .mid-box .scjy-item img,
.kyz-item img {
    width: 100%;
}

#product-content .right-box .wlhy-item img,
.iport-item img {
    width: 100%;
}

#product-content .right-box img:hover {
    filter: brightness(0.75);
}

#product-content .mid-box img:hover {
    filter: brightness(0.75);
}

#product-content .mid-box .scjy-item span,
.kyz-item span {
    position: absolute;
    right: 6%;
    top: 85%;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

#product-content .right-box .iport-item span,
.wlhy-item span {
    position: absolute;
    right: 6%;
    top: 85%;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}


/* product-content 结束 */


/* footer 开始 */

footer {
    background: #1D1E24;
    color: #fff;
}

footer .container .row {
    margin-top: 6vh;
    margin-bottom: 6vh;
}

footer .container .link,
.contact {
    font-size: 18px;
    border-bottom: 2px solid #1697D8;
    padding-bottom: 10px;
}

footer .container p {
    margin-top: 40px;
    font-size: 12px;
}

footer .container img {
    width: 126px;
}

footer .container .qrcode {
    margin-top: 8vh;
    text-align: right;
}


/* footer 结束 */


/* 文档宽度大于等于992px 且 小于等于1199px则应用此类 */

@media screen and (min-width:992px) and (max-width:1199px) {
    #navbarNavDropdown li {
        margin-left: 15px;
    }
    #new .new-textR {
        width: 360px;
    }
    footer .container .qrcode {
        margin-top: 4vh;
    }
}


/* 文档宽度大于等于768px 且 小于等于991px则应用此类 */

@media screen and (max-width:991px) and (min-width:768px) {
    #header .navbar-brand img {
        width: 220px;
    }
    #navbarNavDropdown li {
        margin-left: -6px;
    }
    #header .navbar-brand {
        margin-right: 0px;
        padding-top: 1.3125rem;
    }
    #tab .container .row {
        margin-top: 4vh;
    }
    #tab .tarBar .tar-oa a {
        font-size: 8px;
    }
    #tab .tarBar .tar-oa img {
        margin-right: 6px;
    }
    #new {
        padding-bottom: 6vh;
    }
    #new .container .new-message {
        margin-top: 4vh;
    }
    #new .new-textR {
        width: 220px;
    }
    #new .new-textR .text-content {
        margin: 0 5px;
    }
    #new .container .new-message .gsxw a {
        font-size: 28px;
    }
    #new .container .new-message .title {
        display: none;
    }
    #new .container .new-message .more {
        left: 32%;
        top: -40%;
    }
    #new .container .card-content {
        margin-top: 2vh;
    }
    #product-content .mid-box .scjy-item span,
    .kyz-item span {
        font-size: 14px;
    }
    #product-content .right-box .iport-item span,
    .wlhy-item span {
        font-size: 14px;
    }
    footer .container .row {
        margin-top: 4vh;
        margin-bottom: 4vh;
    }
}


/* 文档宽度大于等于413px 且 小于等于767则应用此类 */

@media screen and (max-width:767px) and (min-width:415px) {
    #header .navbar-brand img {
        width: 200px;
        margin-top: 4%;
    }
    #tab .container .row {
        margin-top: 2vh;
    }
    #new .container .row .new-message .title {
        top: 0%;
    }
    #tab .tarBar .tar-oa {
        margin-bottom: 10px;
    }
    #new {
        padding-bottom: 2vh;
    }
    #new .container .new-message {
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    #new .container .card-content {
        margin-top: 2vh;
    }
    #new .new-box {
        margin-bottom: 20px;
    }
    #new .new-textL {
        width: 106%;
    }
    #new .new-textR {
        width: 108%;
    }
    #new .container .card-content {
        margin-top: 0vh;
    }
    #new .container .new-message .more {
        display: none;
    }
    #product-content .container .left-box .tit {
        margin-top: 4vh;
    }
    #product-content .container .left-box .tit {
        padding-left: 4vw;
    }
    footer .container .row {
        margin-top: 4vh;
        margin-bottom: 4vh;
    }
    footer .container .qrcode {
        margin-top: 2vh;
        position: relative;
        right: 75%;
    }
}


/* 文档宽度仅仅小于等于411px (移动端)则应用此类 */

@media only screen and (max-width:414px) {
    #header .navbar-brand img {
        width: 150px;
        padding-top: 10px;
    }
    #tab .container .row {
        margin-top: 2vh;
    }
    #tab .tarBar .tar-oa {
        margin-bottom: 10px;
    }
    #new {
        padding-bottom: 2vh;
    }
    #new .container .row .new-message .more {
        display: none;
    }
    #new .new-textL .row {
        min-height: 60px;
        width: 108%;
    }
    #new .container .new-message {
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    #new .container .row .new-message .title {
        top: 0;
        font-size: 14px;
    }
    #new .container .new-message .gsxw a {
        font-size: 28px;
    }
    #new .new-textR {
        width: 104%;
    }
    #new .container .card-content {
        margin-top: 2vh;
    }
    #new .new-box {
        margin-bottom: 20px;
    }
    #new .container .card-content {
        margin-top: 0vh;
    }
    #product-content .container .left-box .tit:after,
    .tit img,
    .tit br {
        display: none;
    }
    #product-content .container .left-box .tit {
        margin-top: 4vh;
    }
    footer .container .row {
        margin-top: 4vh;
        margin-bottom: 4vh;
    }
    footer .container .qrcode {
        margin-top: 4vh;
        text-align: left;
    }
}

.no-gutter p {
    color: #fff;
}